'Declaration Public Function Transform( _
ByVal sourceArrayThe source array.() As T _
) As T[]
public T[] Transform(
T[] sourceArray
)
public: T[]* Transform(
T*[]* sourceArray
)
public:
T[]^ Transform(
array<T^>^ sourceArray
)
Parameters
- sourceArray
- The source array.
Return Value
Transformed array.